mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_out_text_delay_g(4, \"Welcome to the live fire range, fly to PVI Nav Point 2 and engage hover hold.\", 10);",
            [2] = "a_out_text_delay_g(4, \"Ahead of you is a group of T-72 Main Battle Tanks. Engage your Shkvl in manual target mode and begin engaging these targets.\", 20); mission.trig.func[2]=nil;",
            [3] = "a_activate_group(\"Target 2\"); mission.trig.func[3]=nil;",
            [4] = "a_out_text_delay_g(4, \"You will now see a convoy traveling north to south, engage your \\\"Moving Target Mode\\\" and engage this convoy.\", 20); mission.trig.func[4]=nil;",
            [5] = "a_activate_group(\"Target 3\"); mission.trig.func[5]=nil;",
            [6] = "a_out_text_delay_g(4, \"You will now see a group of 3 SAM vehicles and a MANPAD Iglas soldier, engage these targets quickly to avoid being shot down. It may be helpful to adjust your Shkvl Slew Rate.\", 20); mission.trig.func[6]=nil;",
            [7] = "a_activate_group(\"Target 4\"); mission.trig.func[7]=nil;",
            [8] = "a_out_text_delay_g(4, \"An group of unarmed vehicles has appeared to the North, engage them with unguided rockets and your cannon.\", 20); mission.trig.func[8]=nil;",
            [9] = "a_out_text_delay_g(4, \"Your time at the range is complete, and all targets have been eliminated, please return to base and land at Sukumi.\", 10); mission.trig.func[9]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_group_alive(\"Player Group\") )",
            [2] = "return(c_part_of_group_in_zone(\"Player Group\", \"Engage Zone\") )",
            [3] = "return(c_group_dead(\"Target 1\") )",
            [4] = "return(c_group_dead(\"Target 1\") )",
            [5] = "return(c_group_dead(\"Target 2\") )",
            [6] = "return(c_group_dead(\"Target 2\") )",
            [7] = "return(c_group_dead(\"Target 3\") )",
            [8] = "return(c_group_dead(\"Target 3\") )",
            [9] = "return(c_mission_score_higher(\"red\", 99) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_group_dead(\"Target 1\") )",
                [2] = "return(c_group_dead(\"Target 2\") )",
                [3] = "return(c_group_dead(\"Target 3\") )",
                [4] = "return(c_group_dead(\"Target 4\") )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(25)",
                [2] = "a_set_mission_result(25)",
                [3] = "a_set_mission_result(25)",
                [4] = "a_set_mission_result(25)",
            }, -- end of ["actions"]
            ["func"] = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
                [3] = "if mission.result.offline.conditions[3]() then mission.result.offline.actions[3]() end",
                [4] = "if mission.result.offline.conditions[4]() then mission.result.offline.actions[4]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 4,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["UH-1H Huey by Belsimtek"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
        ["FW-190D9 by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 584100.57142856,
                ["radius"] = 500,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -222896.57142857,
                ["hidden"] = true,
                ["name"] = "Engage Zone",
            }, -- end of [1]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 8,
                ["dir"] = 79,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 4,
                ["dir"] = 18,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 43,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 2,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 20,
            ["iseason"] = 1,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 4,
            ["base"] = 1400,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 590227.7142857,
        ["zoom"] = 50000,
        ["centerX"] = -224350.85714286,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 15,
            [8] = 20,
            [9] = 12,
            [10] = 9,
            [11] = 10,
            [12] = 3,
            [13] = 4,
            [14] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 0,
            [3] = 19,
            [4] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Welcome to the Black Shark Ground Target Live Fire Range, Listen to your instructor and have some fun!",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 4,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_alive",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Mission Start",
            ["eventlist"] = "",
            ["predicate"] = "triggerStart",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 4,
                    ["text"] = "Welcome to the live fire range, fly to PVI Nav Point 2 and engage hover hold.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 4,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Attack 1 Msg",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["group"] = 4,
                    ["text"] = "Ahead of you is a group of T-72 Main Battle Tanks. Engage your Shkvl in manual target mode and begin engaging these targets.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Convoy ",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Attack 2 Msg",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["group"] = 4,
                    ["text"] = "You will now see a convoy traveling north to south, engage your \"Moving Target Mode\" and engage this convoy.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "SAMs Appear",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 3,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "SAM Attack",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["group"] = 4,
                    ["text"] = "You will now see a group of 3 SAM vehicles and a MANPAD Iglas soldier, engage these targets quickly to avoid being shot down. It may be helpful to adjust your Shkvl Slew Rate.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 3,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Unarmed Activate",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 5,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 3,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Attack 4 Msg",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 20,
                    ["group"] = 4,
                    ["text"] = "An group of unarmed vehicles has appeared to the North, engage them with unguided rockets and your cannon.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_mission_score_higher",
                    ["coalitionlist"] = "red",
                    ["score"] = 99,
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Mission Complete",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 10,
                    ["group"] = 4,
                    ["text"] = "Your time at the range is complete, and all targets have been eliminated, please return to base and land at Sukumi.",
                    ["predicate"] = "a_out_text_delay_g",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [9]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 16,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 52,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590247.14285714,
                                            ["x"] = -224560,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "ControlledTask",
                                        ["number"] = 1,
                                        ["params"] = 
                                        {
                                            ["task"] = 
                                            {
                                                ["id"] = "Hold",
                                                ["params"] = 
                                                {
                                                    ["templateId"] = "",
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["stopCondition"] = 
                                            {
                                                ["duration"] = 87300,
                                            }, -- end of ["stopCondition"]
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["enabled"] = true,
                                        ["auto"] = false,
                                        ["id"] = "WrappedAction",
                                        ["number"] = 2,
                                        ["params"] = 
                                        {
                                            ["action"] = 
                                            {
                                                ["id"] = "Option",
                                                ["params"] = 
                                                {
                                                    ["name"] = 0,
                                                    ["value"] = 4,
                                                }, -- end of ["params"]
                                            }, -- end of ["action"]
                                        }, -- end of ["params"]
                                    }, -- end of [2]
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590247.14285714,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 1,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224560,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590361.42857143,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 2,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224480,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590327.14285714,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #3",
                                        ["unitId"] = 3,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224657.14285714,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590220,
                                        ["type"] = "T-72B",
                                        ["name"] = "Unit #4",
                                        ["unitId"] = 4,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224744.28571429,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590247.14285714,
                                ["x"] = -224560,
                                ["name"] = "Target 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590960.57142857,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unit #13",
                                        ["unitId"] = 15,
                                        ["heading"] = 2.3081032568778,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224598,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590853.42857143,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unit #14",
                                        ["unitId"] = 16,
                                        ["heading"] = 2.3081032568778,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224632.28571429,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590873.42857143,
                                        ["type"] = "GAZ-66",
                                        ["name"] = "Unit #15",
                                        ["unitId"] = 17,
                                        ["heading"] = 2.3081032568778,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224730.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590754.85714285,
                                        ["type"] = "GAZ-66",
                                        ["name"] = "Unit #16",
                                        ["unitId"] = 18,
                                        ["heading"] = 2.3081032568778,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224748,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590960.57142857,
                                ["x"] = -224598,
                                ["name"] = "Target 4",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 591059.14285714,
                                                ["x"] = -224666.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 591199.14285714,
                                                ["x"] = -224793.71428571,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 43,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590960.57142857,
                                            ["x"] = -224598,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590436.57142857,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unit #9",
                                        ["unitId"] = 9,
                                        ["heading"] = 6.1959188445799,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -225130.57142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590492.57142857,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #10",
                                        ["unitId"] = 10,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -225177.42857143,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590410.85714286,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unit #11",
                                        ["unitId"] = 11,
                                        ["heading"] = 6.2308254296198,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -225216.28571429,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590442.85714286,
                                        ["type"] = "SA-18 Igla manpad",
                                        ["name"] = "Unit #12",
                                        ["unitId"] = 12,
                                        ["heading"] = 4.7123889803847,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "High",
                                        ["x"] = -225268.85714286,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590436.57142857,
                                ["x"] = -225130.57142857,
                                ["name"] = "Target 3",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 590436.57142857,
                                                ["x"] = -225130.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 590499.42857143,
                                                ["x"] = -225164.85714286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 45,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590436.57142857,
                                            ["x"] = -225130.57142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["manualHeading"] = true,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 590657.14041449,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #5",
                                        ["unitId"] = 5,
                                        ["heading"] = 0.33161255787892,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -225981.69326059,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 590644.79898729,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unit #6",
                                        ["unitId"] = 6,
                                        ["heading"] = 0.50614548307836,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -226009.04139382,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 590632.50156575,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unit #7",
                                        ["unitId"] = 7,
                                        ["heading"] = 0.43633231299858,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -226036.40636784,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 590620.1689444,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unit #8",
                                        ["unitId"] = 8,
                                        ["heading"] = 0.54105206811824,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -226063.75785874,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 590657.14041449,
                                ["x"] = -225981.69326059,
                                ["name"] = "Target 2",
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 591807.3125,
                                                ["x"] = -223923.484375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 591686,
                                                ["x"] = -224094.421875,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 591303.6875,
                                                ["x"] = -224341.5625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 591547.5,
                                                ["x"] = -224201.21875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 591606.375,
                                                ["x"] = -224163.015625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 591710,
                                                ["x"] = -224068.796875,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 591732.5625,
                                                ["x"] = -224041.921875,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 591634.125,
                                                ["x"] = -224141.59375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 591753.625,
                                                ["x"] = -224013.875,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 591577.4375,
                                                ["x"] = -224182.90625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 591660.6875,
                                                ["x"] = -224118.703125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 591791.0625,
                                                ["x"] = -223954.5625,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 591773.125,
                                                ["x"] = -223984.734375,
                                            }, -- end of [11]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 590719.5,
                                                ["x"] = -225843.125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 590815.25,
                                                ["x"] = -225630.375,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 591021.9375,
                                                ["x"] = -225147.828125,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 590950.4375,
                                                ["x"] = -225330.078125,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 590973.75,
                                                ["x"] = -225276.03125,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 590815.25,
                                                ["x"] = -225630.375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 590995.5,
                                                ["x"] = -225221.328125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 591015.625,
                                                ["x"] = -225166.015625,
                                            }, -- end of [5]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 590657.125,
                                                ["x"] = -225981.6875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 590719.5,
                                                ["x"] = -225843.125,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [6] = 
                                            {
                                                ["y"] = 591131.25,
                                                ["x"] = -224815.765625,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                ["y"] = 591102.1875,
                                                ["x"] = -224916.8125,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 591136.1875,
                                                ["x"] = -224663.34375,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                ["y"] = 591111.4375,
                                                ["x"] = -224888.71875,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                ["y"] = 591021.9375,
                                                ["x"] = -225147.828125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 591119.75,
                                                ["x"] = -224860.34375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 591128.8125,
                                                ["x"] = -224827.53125,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                ["y"] = 591132.3125,
                                                ["x"] = -224803.8125,
                                            }, -- end of [7]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [14] = 
                                            {
                                                ["y"] = 591263.375,
                                                ["x"] = -224370.453125,
                                            }, -- end of [14]
                                            [13] = 
                                            {
                                                ["y"] = 591244.8125,
                                                ["x"] = -224386.96875,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 591162.0625,
                                                ["x"] = -224509.4375,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 591136.1875,
                                                ["x"] = -224663.34375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 591137.0625,
                                                ["x"] = -224630.34375,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 591141.875,
                                                ["x"] = -224580.96875,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 591172.125,
                                                ["x"] = -224486.75,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 591303.6875,
                                                ["x"] = -224341.5625,
                                            }, -- end of [16]
                                            [9] = 
                                            {
                                                ["y"] = 591183.75,
                                                ["x"] = -224464.828125,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 591146.9375,
                                                ["x"] = -224556.671875,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 591196.9375,
                                                ["x"] = -224443.78125,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 591211.5625,
                                                ["x"] = -224423.734375,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 591138.5625,
                                                ["x"] = -224605.578125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 591153.625,
                                                ["x"] = -224532.78125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 591227.5625,
                                                ["x"] = -224404.765625,
                                            }, -- end of [12]
                                            [15] = 
                                            {
                                                ["y"] = 591283,
                                                ["x"] = -224355.296875,
                                            }, -- end of [15]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 591818.85714286,
                                                ["x"] = -223929.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 591818.85714286,
                                                ["x"] = -223929.14285714,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 35,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590657.14041449,
                                            ["x"] = -225981.69326059,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 36,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 27.351642788961,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590719.49570978,
                                            ["x"] = -225843.12304408,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 37,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 69.346496213966,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 590815.25998527,
                                            ["x"] = -225630.37949982,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 163.84013021893,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 591021.96006716,
                                            ["x"] = -225147.82078488,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 253.47111429504,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 591136.15877664,
                                            ["x"] = -224663.34748925,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 319.58915397315,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 591303.69241333,
                                            ["x"] = -224341.55484009,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 55,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 440.58660095978,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 591807.31903076,
                                            ["x"] = -223923.48742676,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = 4,
                                                                        ["name"] = 0,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["condition"] = 
                                                                {
                                                                    ["time"] = 440,
                                                                }, -- end of ["condition"]
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Hold",
                                                                    ["params"] = 
                                                                    {
                                                                        ["templateId"] = "",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["duration"] = 83700,
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Georgia",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [14]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 0,
                    ["name"] = "Russia",
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 20,
                                            ["y"] = 563880.4375,
                                            ["x"] = -219773.0625,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 198.67814796457,
                                            ["y"] = 571836.28571428,
                                            ["x"] = -222060.85714285,
                                            ["name"] = "Ingress",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 493.43694817602,
                                            ["y"] = 584089.14285714,
                                            ["x"] = -222900.85714286,
                                            ["name"] = "Attack",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 660.58154172661,
                                            ["y"] = 581133.42857143,
                                            ["x"] = -219715.14285714,
                                            ["name"] = "Egress",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 837.82487948985,
                                            ["y"] = 574133.42857143,
                                            ["x"] = -218086.57142857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 9,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1078.9867355421,
                                            ["airdromeId"] = 20,
                                            ["y"] = 564387.05872916,
                                            ["x"] = -220531.73642658,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 1.8508028366338,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 100,
                                        ["psi"] = -1.8508028366338,
                                        ["livery_id"] = "Russia Demo #024",
                                        ["onboard_num"] = "50",
                                        ["parking"] = "30",
                                        ["y"] = 563880.4375,
                                        ["x"] = -219773.0625,
                                        ["name"] = "Pilot #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 13,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["heading"] = 1.8508028366338,
                                        ["type"] = "Ka-50",
                                        ["callsign"] = 101,
                                        ["psi"] = -1.8508028366338,
                                        ["livery_id"] = "Russia Demo #024",
                                        ["onboard_num"] = "51",
                                        ["parking"] = "31",
                                        ["y"] = 563920.4375,
                                        ["x"] = -219813.0625,
                                        ["name"] = "Pilot #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 41.666666666667,
                                        ["unitId"] = 14,
                                        ["alt_type"] = "BARO",
                                        ["skill"] = "Random",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 563880.4375,
                                ["x"] = -219773.0625,
                                ["name"] = "Player Group",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [4]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["version"] = 6,
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "Target 1",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "Target 2",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 3,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "Target 3",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 5,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 25,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "Target 4",
        }, -- end of [4]
    }, -- end of ["goals"]
    ["currentKey"] = 11596,
    ["start_time"] = 43200,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO COMMON",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO MAIN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC PITCH",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROLL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC YAW",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
